Convert over to using an GtkInvisible - selections don't work properly
authorOwen Taylor <otaylor@redhat.com>
Mon, 25 Feb 2002 05:12:14 +0000 (05:12 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 25 Feb 2002 05:12:14 +0000 (05:12 +0000)
commit3ce820584fc829d9c51f56193743415bec33decf
tree345002a3f5bb845c068d56d3ee0eeacb2ab57266
parentf9debe2f690e165944810058569503a6b207f903
Convert over to using an GtkInvisible - selections don't work properly

Sun Feb 24 23:23:28 2002  Owen Taylor  <otaylor@redhat.com>

* tests/testselection.c (main): Convert over to using
an GtkInvisible - selections don't work properly
with now NO_WINDOW GtkToggleButton. (Example really
should be using GtkClipboard.)

* gdk/x11/gdkselection-x11.c (gdk_selection_property_get):
Fix  problems if sizeof(GdkAtom) != sizeof(Atom). (Unlikely)

* gdk/x11/gdkproperty-x11.c (gdk_property_get): Set
actual_length when converting atoms as well.
(Gregory Merchan, #72074)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkproperty-x11.c
gdk/x11/gdkselection-x11.c
tests/testselection.c